if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(37);
  status.line.off();
  prevent.input();
  program.control();
  show.pic();

  display(22,8,"Press <ENTER> to Restart");
}
if ((have.key() ||
    controller(c30))) {
  set(f14);
  clear.lines(22,24,0);
  stop.motion(o0);
  reset(f33);
  set(f16);
  restart.game();
}
return();

// Messages
#message 1 "         Intro/Opening screen"
#message 2 "Version 0.1"